-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run unit tests with PHP 8.3 and 8.4 on CI #229
Conversation
You might also want to consider upgrading the jobs using PHP 8.2 to 8.3. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind taking a look at integration tests? I think it needs something similar to https://github.com/opensearch-project/opensearch-sdk-py/pull/195/files.
Feel free to add a line to CHANGELOG along the lines of "Added support for PHP 8.3 and 8.4".
Yes, please do! |
Done in #231. I believe it would need approval either way, because I'm touching the action definition, so I might as well do it cleanly in a separate PR. |
c903f90
to
d2b9d30
Compare
* Add `--warning-mode none` when assembling OpenSearch in CI This should hopefully fix the integration test with unreleased OpenSearch versions, as per: #229 (review) Signed-off-by: Tim Düsterhus <[email protected]> * Build OpenSearch with Temurin 21 The OpenJDK installed by default appears to be: > JDK Version : 11 (Eclipse Temurin JDK) which apparently is too old. Signed-off-by: Tim Düsterhus <[email protected]> --------- Signed-off-by: Tim Düsterhus <[email protected]>
Rebase on top of #231? |
Signed-off-by: Tim Düsterhus <[email protected]>
Signed-off-by: Tim Düsterhus <[email protected]>
thanks! |
Description
This PR runs
composer run unit
with PHP 8.3 and 8.4 in CI. Previously only PHP 7.3 - 8.2 were tested.Issues Resolved
n/a
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.